:root {
  --accent-col: black;
}



body {

  background: #dee1e1;
  margin: 0;
  padding: 0;
}

.titleMap {
  font-family:Georgia;
  font-size: 8em;
  font-weight: bold;
  font-style:italic;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 10px;
  animation: 4s steps(40,end) 1s 1 normal forwards;
}
.container {
  max-width: 700px;
  margin: auto;
  font-family: Verdana, Tahoma, Futura, Sans-serif;
}
.title, .buttons {
  text-align: center;
  padding: 5px;
  background-color:white;
  border: 1px solid #021a40;
}
img {
        padding: 1px;
        border: 1px solid #021a40;
      }
.description {
  font-family:Proxima Nova;
  font-size: 2em;
  font-weight: 500;
  font-style:italic;
  text-align: center;
  padding-top:0px;
  padding-bottom: 230px;
}
.nameOfCountry{
	font-family:Georgia;
	font-size:2em;
	text-align:center;
	margin:8px;
}
.NavButton
{
	max-width: 165px;
	margin: auto;
		
	background-color: #666;
	background-attachment: fixed;
	text-align: center;
}
ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #666;
}

li {
  float: left;
}
.cta {
  display: flex;
  justify-content: center;
}

p#placeName{
	text-align:center;
	color:black;
	font-family:Verdana;
}

.start-trial {
  font-family:Verdana;
  font-style:italic;
  font-weight:bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  border-radius: 10px;
  width: 192px;
  height: 73px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-top:40px;
  margin-bottom: 180px;
}
.start-trial:hover{
	opacity:.7;
	cursor:pointer;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article img:hover{
  cursor: pointer;
  opacity:.5;
}
.article-desc:hover{
	cursor: pointer;
}


ul.bar {
  list-style-type: none;
  margin: 0;
  padding: 10;
  overflow: hidden;
  background-color: #666;
}

li.bar{
  float: left;
}

li a {
  font-family:Verdana;
  font-size:20px;
  display: block;
  color: white;
  text-align: center;
  font-weight:bold;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
footer {
  width: 100vw;
  background-color: #666;
  bottom: 10px;
  height:50px;
  margin-top:100px;
}

h3.footerText {
  color: darkgray;
  margin-left: 10vw;
